*{
	margin: 0;
	padding: 0;
}

html,body{
	/*background: url(../img/web.jpg);*/
height: 100%;
}

.header{
	width:100%; /* Establecemos que el header abarque el 100% del documento */
	overflow:hidden; /* Eliminamos errores de float */
	height: 100px;
	background:#366ED4;
	margin-bottom:20px;
	text-align: center;
}

.header p{
	color: #fff;
	text-align: center;
	padding-top: 1.2em;
	font-size: 1.5em;
}

.container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	

}
.main{
	width: 92%;
	margin-left: auto;
	background: #fff;

}

.cuadro{
	display: inline-block;
	background: #9CCD43;
	width: 240px;
	height: 240px;
	margin-right: 4px;
	margin-top: 5px;
	}

.cuadro p, .cuadro2 p {
	text-align: center;
	padding-top: 4em;
	font-size: 1.5em;
	
}

.cuadro2{
	display: inline-block;
	background: #9CCD43;
	width: 240px;
	height: 240px;
	margin-right: 4px;
	margin-bottom: 65px;
	margin-top: 5px;
}


#footer{
	width:auto; /* Establecemos que el header abarque el 100% del documento */
	
	height: 100px;
	background:#366ED4;
	text-align: center;

	
}

#footer #contacto{
	
	font-size: 1.4em;
	color: #fff;
	padding-top: 40px;

}

#footer a{
	font-size: 1.5em;

	color: #fff;


}


 a{
	color: #fff;
}
article:hover{
  background:#90BC93;
}